HTMLModelElement: paused property
The read-only HTMLModelElement.paused
property indicates whether the model element's animation is paused.
Value
A boolean value. true
is paused and false
is not paused.
Examples
js
const obj = document.createElement("model");
console.log(obj.paused); // true
Specifications
No specification found
No specification data found for api.HTMLModelElement.paused
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.